home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000237_amos-request@svcs1.digex.net_Tue Aug 12 23:14:09 1997.msg < prev    next >
Text File  |  1997-09-09  |  3KB  |  70 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail1.access.digex.net (8.8.5/8.8.5) with ESMTP id XAA03532
  3.     for <mcox@access.digex.net>; Tue, 12 Aug 1997 23:14:07 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id TAA14671
  6.     for amos-out; Tue, 12 Aug 1997 19:05:51 -0400 (EDT)
  7. Received: from mail2.access.digex.net (mail2.access.digex.net [205.197.247.3])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id TAA14667
  9.     for <amos-list@svcs1.digex.net>; Tue, 12 Aug 1997 19:05:50 -0400 (EDT)
  10. Received: from mail1-gui.server.virgin.net (mail1-gui.server.virgin.net [194.168.54.1])
  11.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id TAA03701
  12.     for <amos-list@access.digex.net>; Tue, 12 Aug 1997 19:05:49 -0400 (EDT)
  13. Received: from LOCALNAME (p20-jay-gui.tch.virgin.net [194.168.66.140])
  14.           by mail1-gui.server.virgin.net (Post.Office MTA v3.0 release 112
  15.           ID# 0-33929U70000L2S50) with SMTP id AAA11774;
  16.           Wed, 13 Aug 1997 00:05:34 +0100
  17. Message-ID: <33F14B36.478C@virgin.net>
  18. Date: Tue, 12 Aug 1997 22:50:46 -0700
  19. From: --==Murray==-- <malcolm.murray@virgin.net>
  20. X-Mailer: Mozilla 2.02E-VN006  (Win16; I)
  21. MIME-Version: 1.0
  22. To: Scott Douglas Matott <sdmatott@midway.uchicago.edu>,
  23.         AMOS List <amos-list@access.digex.net>
  24. Subject: Re: Binary Troubles...
  25. References: <Pine.GSO.3.95.970812140708.19019D-100000@kimbark.uchicago.edu>
  26. Content-Type: text/plain; charset=us-ascii
  27. Content-Transfer-Encoding: 7bit
  28. Status: O
  29. X-Status: 
  30.  
  31. > Sam Play 10,%1010
  32.  
  33. Well, its Sam Play %1010,10 isn't it, but anyway...
  34.  
  35. > To easily know which channels your going to output to, another example is
  36. > palette, or colour,
  37. > Colour 1,%00F
  38.  
  39. No. Colour 1,$00F gives you blue. Use Hex for colours, not binary.
  40.  
  41. > Should easily give you Blue in colour 1, but waht invariably happens is
  42. > that Amos Truncates my Binary numbers, so %001 becomes %1, see what I mean
  43. > it always gets rid of starting Zeros, so %101 will work but $011 won't it
  44. > becomes %11, seriously this always happens forcing me to do odd things to
  45.  
  46. Its supposed to happen.
  47. You see %000000000000001 is the same as %1
  48. basically you can miss out any leading zeros.
  49. %00101 is the same as %101
  50.  
  51. OK?
  52.  
  53. -Murray
  54.  
  55. -- 
  56.  
  57.            \\|//     Alastair Murray
  58.            (o o)       malcolm.murray@virgin.net
  59. |~~~~~~oOOo~(_)~oOOo~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
  60. |         AMINET         |Web-Page (Amiga/Games/AMOS/trek/Music/    |
  61. |     game/role/CHAOS    |                  +more)                  |
  62. |game/jump/Banana Islands|http://freespace.virgin.net/malcolm.murray|
  63. |   game/shoot/Hanger18  |Current Projects:                         |
  64. |    dev/amos/keystate   | >Kill Em All        >Hanger 18 II        |
  65. |    dev/amos/picpack    | >Skool Daze         >The Crow            |
  66. |   game/shoot/traitor   | >Game Creator       >Banana Islands      |
  67. |   game/jump/blobby     | >The Turtleminator                       |
  68. |  game/shoot/extinct    | >Chaos 2                                 |
  69. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70.